reftests: Fix some more easy GtkButton shadow cases
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 22 May 2014 15:45:52 +0000 (11:45 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 22 May 2014 15:46:07 +0000 (11:46 -0400)
testsuite/reftests/background-repeat.css
testsuite/reftests/box-shadow-spec-inset.css

index d7165e18fe97bdaf32011a74a2e6d537f52f3540..4ae3bf9a93f2c0ac0fe5112e6a46bc3a3fd83575 100644 (file)
@@ -1,14 +1,4 @@
-* {
-  engine: none;
-  background-image: none;
-  padding: 0;
-  border-radius: 0;
-  border-width: 0;
-  border-style: none;
-  border-image: none;
-  border-image-width: 0;
-  background-color: rgba(0,0,0,0);
-}
+@import "reset-to-defaults.css";
 
 #no-repeat {
   background-image: url("border-image-ball-red.png");
index b76cc003c5b7366fadc566fa2d5c83b011a113ea..a7f5e7b69b4b2ce9a66afd9ff6dd4ab1079642a1 100644 (file)
@@ -1,12 +1,4 @@
-GtkButton {
-  engine: none;
-  border-radius: 0;
-  background-image: none;
-  border-image: none;
-  border-style: none;
-  background-color: rgba(0, 0, 0, 0);
-  border-width: 0;
-}
+@import "reset-to-defaults.css";
 
 .row1, .row2, .row3 {
   /*border:5px solid blue;*/